Skip to content

Commit e9e4458

Browse files
authored
update to Quarkus 3.32.1 and update dependencies to latest versions (#36)
1 parent ec03186 commit e9e4458

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ org.gradle.logging.level=INFO
77

88
# Quarkus
99
quarkusPluginId=io.quarkus
10-
quarkusPluginVersion=3.31.2
10+
quarkusPluginVersion=3.32.1
1111
# https://mvnrepository.com/artifact/io.quarkus.platform/quarkus-bom
1212
quarkusPlatformGroupId=io.quarkus.platform
1313
quarkusPlatformArtifactId=quarkus-bom
14-
quarkusPlatformVersion=3.31.2
14+
quarkusPlatformVersion=3.32.1
1515
systemProp.quarkus.analytics.disabled=true

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
## AboutBits Libraries ##
3-
checkstyleConfig = "2.0.0-RC1"
3+
checkstyleConfig = "2.0.0-RC2"
44

55
# Axion Release Plugin #
66
axionReleasePlugin = "1.21.1"
@@ -9,15 +9,15 @@ axionReleasePlugin = "1.21.1"
99
jooq = "3.20.11"
1010
jSpecify = "1.0.0"
1111
lombok = "1.18.42"
12-
postgresql = "42.7.9"
13-
quarkiverse-helm = "1.2.7"
12+
postgresql = "42.7.10"
13+
quarkiverse-helm = "1.3.0"
1414
scram-client = "3.2"
1515

1616
## Testing ##
1717
assertj = "3.27.7"
18-
checkstyle = "13.1.0"
19-
datafaker = "2.5.3"
20-
errorProne = "2.46.0"
18+
checkstyle = "13.2.0"
19+
datafaker = "2.5.4"
20+
errorProne = "2.47.0"
2121
errorPronePlugin = "5.0.0"
2222
nullAway = "0.13.1"
2323

0 commit comments

Comments
 (0)