Merge branch 'main' into renovate/jakarta.ws.rs-jakarta.ws.rs-api-4.x

This commit is contained in:
git 2025-06-05 17:32:52 +02:00
commit 915fcf6079
5 changed files with 6 additions and 4 deletions

View file

@ -15,7 +15,7 @@
<maven.compiler.target>17</maven.compiler.target>
<jakartaee.version>10.0.0</jakartaee.version>
<hibernate.version>6.6.17.Final</hibernate.version>
<postgresql.version>42.6.0</postgresql.version>
<postgresql.version>42.7.6</postgresql.version>
</properties>
<dependencies>

View file

@ -15,7 +15,7 @@
<maven.compiler.target>17</maven.compiler.target>
<jakartaee.version>10.0.0</jakartaee.version>
<hibernate.version>6.6.17.Final</hibernate.version>
<postgresql.version>42.6.0</postgresql.version>
<postgresql.version>42.7.6</postgresql.version>
</properties>
<dependencies>

View file

@ -15,7 +15,7 @@
<maven.compiler.target>17</maven.compiler.target>
<jakartaee.version>10.0.0</jakartaee.version>
<hibernate.version>6.6.17.Final</hibernate.version>
<postgresql.version>42.6.0</postgresql.version>
<postgresql.version>42.7.6</postgresql.version>
</properties>
<dependencies>

2
go.mod
View file

@ -4,7 +4,7 @@ go 1.23.5
require (
fyne.io/fyne/v2 v2.6.1
fyne.io/tools v1.0.0-alpha1
fyne.io/tools v1.6.1
github.com/spf13/viper v1.20.1
)

2
go.sum
View file

@ -6,6 +6,8 @@ fyne.io/systray v1.11.0 h1:D9HISlxSkx+jHSniMBR6fCFOUjk1x/OOOJLa9lJYAKg=
fyne.io/systray v1.11.0/go.mod h1:RVwqP9nYMo7h5zViCBHri2FgjXF7H2cub7MAq4NSoLs=
fyne.io/tools v1.0.0-alpha1 h1:350eF+LVPbIHNgYPCoP04yCsQSFQ3aupATx33ClZjZk=
fyne.io/tools v1.0.0-alpha1/go.mod h1:7gcHTl85tD/yLcGcU2bJGECAwSVAWrr99Ngmgrz/s54=
fyne.io/tools v1.6.1 h1:X4DmDcuFUV+g2cM8AGtNQSmLN0yqYKSiJ2Z3zPfofBA=
fyne.io/tools v1.6.1/go.mod h1:rzfZnWA1jZb/0IbYlBYHXhzH0povDGP8Psqfv7VsOYw=
github.com/BurntSushi/toml v1.4.0 h1:kuoIxZQy2WRRk1pttg9asf+WVv6tWQuBNVmK8+nqPr0=
github.com/BurntSushi/toml v1.4.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=