File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed 
persistence-modules/spring-boot-persistence-2 Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 2020            <dependency >
2121                <groupId >org.springframework.boot</groupId >
2222                <artifactId >spring-boot-dependencies</artifactId >
23-                 <version >${spring. boot.dependencies } </version >
23+                 <version >${spring- boot.version } </version >
2424                <type >pom</type >
2525                <scope >import</scope >
2626            </dependency >
124124            <plugin >
125125                <groupId >org.springframework.boot</groupId >
126126                <artifactId >spring-boot-maven-plugin</artifactId >
127-                 <version >${spring. boot.dependencies } </version >
127+                 <version >${spring- boot.version } </version >
128128            </plugin >
129129        </plugins >
130130    </build >
131131
132132    <properties >
133133        <jdbi .version>3.38.0</jdbi .version>
134-         <spring .boot.dependencies>3.0.5</spring .boot.dependencies>
135134        <c3p0 .version>0.9.5.5</c3p0 .version>
136135        <oracle-database .version>21.9.0.0</oracle-database .version>
137136        <!-- add note in the root pom.xml--> 
138137        <org .slf4j.version>2.0.7</org .slf4j.version>
139138        <logback .version>1.4.6</logback .version>
140139        <mysql-connector-java .version>8.2.0</mysql-connector-java .version>
140+         <junit-jupiter .version>5.9.3</junit-jupiter .version> <!--  Upgrading to latest version breaks the tests --> 
141+         <spring-boot .version>3.1.5</spring-boot .version>
141142    </properties >
142143
143144</project >
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments