Browse Source

Roll back dependency downgrades

Signed-off-by: Pekka Helenius <fincer89@hotmail.com>
master
Pekka Helenius 3 years ago
parent
commit
25a3faa83a
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      exercises/chapter_0/chapter0_helloworld/pom.xml
  2. +1
    -1
      exercises/chapter_1/chapter1_httprequest/pom.xml
  3. +1
    -1
      exercises/chapter_2/chapter2_task1_thymeleaf/pom.xml

+ 1
- 1
exercises/chapter_0/chapter0_helloworld/pom.xml View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.4.RELEASE</version>
<version>2.3.3.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.fjordtek</groupId>


+ 1
- 1
exercises/chapter_1/chapter1_httprequest/pom.xml View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.4.RELEASE</version>
<version>2.3.3.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.fjordtek</groupId>


+ 1
- 1
exercises/chapter_2/chapter2_task1_thymeleaf/pom.xml View File

@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.4.RELEASE</version>
<version>2.3.3.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.fjordtek.chapter2_task1_thymeleaf</groupId>


Loading…
Cancel
Save