-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add dependency dashboard MR [c3cf6d53] * Use spring boot 2.7.16 [2b4d1ec3] * Use keepalive in hikari [a627b173] * pilot also inherits from the main config [da8c900f] * Shuffle properties around [e8c69a9e] * Change connection poll setting for localcert as well [50b3e8e4] * Change Hikari parameters [1649c080] * Update plugin org.springframework.boot to v2.7.15 [703be0d0] * Allow 60m build for build step due to slow build infrastructure [a830fe25] * Update dependency net.ripe.rpki:rpki-commons to v1.34 [00627e2b] * Update dependency io.sentry:sentry-bom to v6.28.0 [d1419351] * Fix javadoc [666e0cf9] * Update dependency gradle to v8.3 [b7d2116b] * Update dependency net.jqwik:jqwik to v1.7.4 [f053da00]
- Loading branch information
RPKI Team at RIPE NCC
committed
Oct 9, 2023
1 parent
407356a
commit ee619db
Showing
9 changed files
with
22 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ext { | ||
rpki_commons_version = '1.33' | ||
spring_boot_version = '2.7.13' | ||
rpki_commons_version = '1.34' | ||
spring_boot_version = '2.7.16' | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters