Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gessnerfl committed Jun 28, 2023
1 parent 4270d34 commit 87716c1
Show file tree
Hide file tree
Showing 3 changed files with 150 additions and 138 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
plugins {
id "pl.allegro.tech.build.axion-release" version "1.15.3"
id "org.springframework.boot" version "3.1.0"
id "org.springframework.boot" version "3.1.1"
id "org.sonarqube" version "4.2.1.3168"
id 'com.google.cloud.tools.jib' version '3.3.2'
id "com.github.node-gradle.node" version "5.0.0"
id("io.freefair.lombok") version "8.0.1"
id("io.freefair.lombok") version "8.1.0"
}

apply plugin: "java"
Expand Down Expand Up @@ -164,10 +164,10 @@ jib {
architecture = 'amd64'
os = 'linux'
}
// platform {
// architecture = 'arm64'
// os = 'linux'
// }
platform {
architecture = 'arm64'
os = 'linux'
}
}
}
to {
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
fake-smtp-server:
image: gessnerfl/fake-smtp-server:2.0.3-SNAPSHOT
image: gessnerfl/fake-smtp-server:2.1.0
hostname: "fake-smtp-server"
restart: always
ports:
Expand Down
Loading

0 comments on commit 87716c1

Please sign in to comment.