Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 20, 2024
1 parent acdc25e commit 3b0d0e0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.code.style>official</kotlin.code.style>
<kotlin.compiler.jvmTarget>17</kotlin.compiler.jvmTarget>
<kotlin.version>1.9.0</kotlin.version>
<kotlin.version>1.9.22</kotlin.version>
</properties>

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.2</version>
<version>3.2.2</version>
<relativePath/>
</parent>

Expand All @@ -44,7 +44,7 @@
<dependency>
<groupId>org.telegram</groupId>
<artifactId>telegrambots</artifactId>
<version>6.8.0</version>
<version>6.9.7.1</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
Expand All @@ -62,7 +62,7 @@
<dependency>
<groupId>io.github.microutils</groupId>
<artifactId>kotlin-logging-jvm</artifactId>
<version>2.0.11</version>
<version>2.1.23</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand All @@ -71,7 +71,7 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>4.16.1</version>
<version>4.18.1</version>
</dependency>

<dependency>
Expand All @@ -87,7 +87,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.9.0</version>
<version>1.9.22</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -157,7 +157,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.38.0</version>
<version>2.43.0</version>
<configuration>
<java>
<includes>
Expand Down Expand Up @@ -299,7 +299,7 @@
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>3.3.2</version>
<version>3.4.0</version>
<configuration>
<from>
<image>generaltao725/yt-dlp-java17:latest</image>
Expand Down
2 changes: 1 addition & 1 deletion src/templates/docker/flyway/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2.4'

services:
flyway:
image: flyway/flyway:9.22.2
image: flyway/flyway:9.22.3
command: migrate
environment:
FLYWAY_PLACEHOLDER_PREFIX: "{{ "
Expand Down

0 comments on commit 3b0d0e0

Please sign in to comment.