Skip to content

Bump org.springframework.integration:spring-integration-mqtt from 6.1.3 to 6.2.3 #169

Bump org.springframework.integration:spring-integration-mqtt from 6.1.3 to 6.2.3

Bump org.springframework.integration:spring-integration-mqtt from 6.1.3 to 6.2.3 #169

Workflow file for this run

name: CI
on:
push:
branches:
- main
- gh-actions
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: "17"
distribution: temurin
cache: maven
- name: Build
run: mvn -e clean package spring-boot:repackage
- name: Save files
uses: actions/upload-artifact@v3
with:
name: taatta
path: |
**/target/*.jar
.env.example
**/*.service
taatta.nginx
LICENSE
**/README.md
docs