Skip to content

Commit aadd587

Browse files
committed
Upgrade to the latest milestones; prepare for release
* Add `com.google.protobuf` to the `development` group for Dependabot
1 parent 64c8b54 commit aadd587

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/dependabot.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ updates:
2323
- io.spring.*
2424
- org.ajoberstar.grgit
2525
- org.antora
26+
- com.google.protobuf
2627
- io.micrometer:micrometer-docs-generator
2728
- com.willowtreeapps.assertk:assertk-jvm
2829
- org.jetbrains.dokka

build.gradle

+6-6
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ ext {
9292
lettuceVersion = '6.3.2.RELEASE'
9393
log4jVersion = '2.23.1'
9494
mailVersion = '2.0.3'
95-
micrometerTracingVersion = '1.3.0-SNAPSHOT'
96-
micrometerVersion = '1.13.0-SNAPSHOT'
95+
micrometerTracingVersion = '1.3.0-M2'
96+
micrometerVersion = '1.13.0-M2'
9797
mockitoVersion = '5.10.0'
9898
mongoDriverVersion = '5.0.0'
9999
mysqlVersion = '8.3.0'
@@ -109,11 +109,11 @@ ext {
109109
servletApiVersion = '6.0.0'
110110
smackVersion = '4.5.0-alpha2'
111111
springAmqpVersion = '3.1.3'
112-
springDataVersion = '2024.0.0-SNAPSHOT'
113-
springGraphqlVersion = '1.3.0-SNAPSHOT'
114-
springKafkaVersion = '3.2.0-SNAPSHOT'
112+
springDataVersion = '2024.0.0-M2'
113+
springGraphqlVersion = '1.3.0-M1'
114+
springKafkaVersion = '3.2.0-M2'
115115
springRetryVersion = '2.0.5'
116-
springSecurityVersion = '6.3.0-SNAPSHOT'
116+
springSecurityVersion = '6.3.0-M3'
117117
springVersion = '6.1.5'
118118
springWsVersion = '4.0.10'
119119
testcontainersVersion = '1.19.7'

0 commit comments

Comments
 (0)