Skip to content

build(deps): bump org.springframework:spring-context from 6.2.1 to 6.2.2 #745

build(deps): bump org.springframework:spring-context from 6.2.1 to 6.2.2

build(deps): bump org.springframework:spring-context from 6.2.1 to 6.2.2 #745

Workflow file for this run

name: Build
on:
push:
branches:
- "**"
jobs:
release:
uses: mathisdt/workflows/.github/workflows/maven.yaml@master
with:
# JDK version has to match everywhere - also change in pom.xml and in build-jre-distributions.sh!
java-version: '23'
script-after-maven-build: ./build-jre-distributions.sh
files-to-release: |
target/sdb2-without-jre.zip
target/sdb2-bundle-linux.zip
target/sdb2-bundle-windows.zip
secrets: inherit