Skip to content

Commit 510776d

Browse files
authored
Merge pull request #18980 from panos-kakos/JAVA-49676
[JAVA-49676]
2 parents 9467c81 + aef01d5 commit 510776d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

spring-boot-modules/spring-boot-libraries-2/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@
127127
</build>
128128

129129
<properties>
130+
<spring-boot.version>3.5.7</spring-boot.version>
131+
<logback.version>1.5.20</logback.version>
132+
<org.slf4j.version>2.0.17</org.slf4j.version>
130133
<jobrunr-spring-boot-starter.version>5.1.7</jobrunr-spring-boot-starter.version>
131134
<awaitility.version>4.0.3</awaitility.version>
132135
<reflections.version>0.10.2</reflections.version>

spring-di/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,9 @@
9393
</profiles>
9494

9595
<properties>
96-
<start-class>org.baeldung.org.baeldung.sample.App</start-class>
97-
<aspectjweaver.version>1.9.20.1</aspectjweaver.version>
96+
<start-class>com.baeldung.sample.App</start-class>
97+
<spring-boot.version>3.5.7</spring-boot.version>
98+
<aspectjweaver.version>1.9.25</aspectjweaver.version>
9899
</properties>
99100

100101
</project>

0 commit comments

Comments
 (0)