Skip to content

Commit cef9fe4

Browse files
ddamkeddamke
authored andcommitted
updated dependency and spring boot version
1 parent 879d7bb commit cef9fe4

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

pom.xml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.springframework.boot</groupId>
2929
<artifactId>spring-boot-starter-parent</artifactId>
30-
<version>2.7.3</version>
30+
<version>2.7.4</version>
3131
<relativePath /> <!-- lookup parent from repository -->
3232
</parent>
3333

@@ -37,7 +37,6 @@
3737
<maven.compiler.source>1.8</maven.compiler.source>
3838
<maven.compiler.target>1.8</maven.compiler.target>
3939

40-
<h2.version>2.1.214</h2.version>
4140

4241
<maven-dependency-check.version>6.0.5</maven-dependency-check.version>
4342
<!-- USING HTML,XML (comma-separated list) did not work with plugin version 5.1.0 -->
@@ -51,25 +50,21 @@
5150
<dependency>
5251
<groupId>org.springframework.boot</groupId>
5352
<artifactId>spring-boot-starter-data-jpa</artifactId>
54-
<version>2.7.4</version>
5553
</dependency>
5654

5755
<dependency>
5856
<groupId>com.h2database</groupId>
5957
<artifactId>h2</artifactId>
60-
<version>${h2.version}</version>
6158
</dependency>
6259
<dependency>
6360
<groupId>org.springframework.boot</groupId>
6461
<artifactId>spring-boot-starter-test</artifactId>
65-
<version>2.7.4</version>
6662
<scope>test</scope>
6763
</dependency>
6864

6965
<dependency>
7066
<groupId>org.flywaydb</groupId>
7167
<artifactId>flyway-core</artifactId>
72-
<version>9.4.0</version>
7368
</dependency>
7469

7570
<!-- https://mvnrepository.com/artifact/com.1stleg/jnativehook -->
@@ -78,16 +73,6 @@
7873
<artifactId>jnativehook</artifactId>
7974
<version>2.1.0</version>
8075
</dependency>
81-
<dependency>
82-
<groupId>org.w3c</groupId>
83-
<artifactId>dom</artifactId>
84-
<version>2.3.0-jaxb-1.0.6</version>
85-
</dependency>
86-
<dependency>
87-
<groupId>org.apache.commons</groupId>
88-
<artifactId>commons-lang3</artifactId>
89-
<version>3.12.0</version>
90-
</dependency>
9176

9277
<!-- maven assembly plugin -->
9378
<dependency>

src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# H2
2-
spring.h2.console.enabled=true
2+
spring.h2.console.enabled=false
33
spring.h2.console.path=/h2
44
h2.version=@h2.version@
55

0 commit comments

Comments
 (0)