Skip to content

Bump org.springframework:spring-messaging from 6.0.11 to 6.1.5 #177

Bump org.springframework:spring-messaging from 6.0.11 to 6.1.5

Bump org.springframework:spring-messaging from 6.0.11 to 6.1.5 #177

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