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 Jan 21, 2024
1 parent 823b307 commit ccfa005
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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 @@ -45,7 +45,7 @@
<dependency>
<groupId>org.telegram</groupId>
<artifactId>telegrambots</artifactId>
<version>6.8.0</version>
<version>6.9.7.0</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
Expand All @@ -63,7 +63,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 @@ -88,7 +88,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 @@ -158,7 +158,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.38.0</version>
<version>2.42.0</version>
<configuration>
<java>
<includes>
Expand Down Expand Up @@ -300,7 +300,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 ccfa005

Please sign in to comment.