Skip to content

Commit

Permalink
Upgrade dependencies and plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacphi committed Jan 16, 2025
1 parent 755e181 commit cdf3581
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ applications:
JAVA_OPTS: -Djava.security.egd=file:///dev/urandom
SPRING_PROFILES_ACTIVE: cloud
JBP_CONFIG_OPEN_JDK_JRE: '{ jre: { version: 21.+ } }'
JBP_CONFIG_SPRING_AUTO_RECONFIGURATION: '{ enabled: false }'
JAVA_ARTIFACTS_FETCH_MODE: list-jars-in-droplet
8 changes: 6 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.5</version>
<version>3.4.1</version>
<relativePath/>
<!-- lookup parent from repository -->
</parent>
Expand All @@ -71,7 +71,11 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<<<<<<< Updated upstream
<vaadin.version>24.6.1</vaadin.version>
=======
<vaadin.version>24.6.2</vaadin.version>
>>>>>>> Stashed changes
</properties>

<dependencies>
Expand Down Expand Up @@ -225,7 +229,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>2023.0.3</version>
<version>2024.0.0</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit cdf3581

Please sign in to comment.