Skip to content

Commit 572b00a

Browse files
committed
update dependencies to the latest versions
1 parent 9372903 commit 572b00a

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

.idea/checkstyle-idea.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ checkstyleConfig = "2.0.0-RC2"
66
axionReleasePlugin = "1.21.1"
77

88
## Libraries ##
9-
jooq = "3.21.1"
9+
jooq = "3.21.2"
1010
jSpecify = "1.0.0"
11-
lombok = "1.18.44"
11+
lombok = "1.18.46"
1212
postgresql = "42.7.10"
13-
quarkiverse-helm = "1.3.0"
13+
quarkiverse-helm = "1.4.0"
1414
scram-client = "3.2"
1515

1616
## Testing ##
1717
assertj = "3.27.7"
18-
checkstyle = "13.3.0"
18+
checkstyle = "13.4.1"
1919
datafaker = "2.5.4"
20-
errorProne = "2.48.0"
20+
errorProne = "2.49.0"
2121
errorPronePlugin = "5.1.0"
22-
nullAway = "0.13.1"
22+
nullAway = "0.13.4"
2323

2424
[plugins]
2525
# https://github.com/allegro/axion-release-plugin

operator/src/test/java/it/aboutbits/postgresql/helm/HelmTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
import static org.assertj.core.api.Assertions.assertThat;
2424
import static org.awaitility.Awaitility.await;
2525

26+
/// See https://github.com/quarkiverse/quarkus-operator-sdk/blob/7.7.4/samples/exposedapp/src/test/java/io/halkyon/HelmDeploymentE2EIT.java
2627
@Slf4j
2728
@QuarkusTest
2829
@NullMarked

0 commit comments

Comments
 (0)