We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dcdd2e commit 748f1d1Copy full SHA for 748f1d1
build.sh
@@ -2,7 +2,7 @@
2
set -e #crashes the script on errors
3
4
echo "pulling from git"
5
-git pull origin master
+#git pull origin master
6
echo "stopping service"
7
service fz-backend stop
8
echo "building docker"
pom.xml
@@ -31,7 +31,7 @@
31
<java.version>23</java.version>
32
<lombok.version>1.18.34</lombok.version>
33
<checkstyle.version>10.18.2</checkstyle.version>
34
- <spring.boot.version>3.4.2</spring.boot.version>
+ <spring.boot.version>3.3.8</spring.boot.version>
35
<postgresql.version>42.7.4</postgresql.version>
36
<jooq.version>3.19.13</jooq.version>
37
<commons.lang.version>3.17.0</commons.lang.version>
0 commit comments