diff --git a/.drone.yml b/.drone.yml index 2e9fb3b..a7b3e63 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ volumes: steps: - name: publish - image: maven:3.8.5-openjdk-17 + image: maven:3.9-eclipse-temurin-17-alpine privileged: true volumes: - name: m2 @@ -44,7 +44,7 @@ volumes: steps: - name: publish maven central - image: maven:3.8.5-openjdk-17 + image: maven:3.9-eclipse-temurin-17-alpine privileged: true volumes: - name: m2 @@ -79,7 +79,7 @@ volumes: steps: - name: publish struchkov nexus - image: maven:3.8.5-openjdk-17 + image: maven:3.9-eclipse-temurin-17-alpine privileged: true volumes: - name: m2 @@ -98,6 +98,6 @@ steps: - mvn --settings maven-settings.xml -U -P ossrh,release-struchkov-nexus clean deploy --- kind: signature -hmac: 43c584bfa9959fef91227a75238af6f91762f0e91472c8eaafaa8b1139c18b0e +hmac: 87bc14ee1077bf556a2945e4ada98f119cdb225b0d0e4ddd81bea93bc6191613 ... diff --git a/haiti-exception/pom.xml b/haiti-exception/pom.xml index 8deade2..111bed5 100644 --- a/haiti-exception/pom.xml +++ b/haiti-exception/pom.xml @@ -4,7 +4,7 @@ dev.struchkov.haiti haiti-dependencies - 2.7.3-SNAPSHOT + 3.0.0-SNAPSHOT haiti-exception diff --git a/haiti-utils/pom.xml b/haiti-utils/pom.xml index d051a30..d9962a8 100644 --- a/haiti-utils/pom.xml +++ b/haiti-utils/pom.xml @@ -4,7 +4,7 @@ dev.struchkov.haiti haiti-dependencies - 2.7.3-SNAPSHOT + 3.0.0-SNAPSHOT Haiti Utils diff --git a/pom.xml b/pom.xml index 12e5e62..ef4b162 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ dev.struchkov.haiti haiti-dependencies - 2.7.3-SNAPSHOT + 3.0.0-SNAPSHOT pom Haiti Framework @@ -27,22 +27,31 @@ - 11 + 17 ${java.version} ${java.version} UTF-8 UTF-8 - 2.2 + + 3.1.0 + 1.0.1 - 2.0.6 + + 2.0.7 - 3.10.1 + + 3.11.0 + 1.6.13 + 3.2.1 - 3.4.0 - 3.0.1 - 3.0.0-M7 + + 3.5.0 + + 3.1.0 + + 3.0.0 @@ -50,19 +59,20 @@ dev.struchkov.haiti haiti-exception - 2.7.3-SNAPSHOT + 3.0.0-SNAPSHOT dev.struchkov.haiti haiti-utils - 2.7.3-SNAPSHOT + 3.0.0-SNAPSHOT - javax.persistence - javax.persistence-api - ${javax.persistence.api.version} + jakarta.persistence + jakarta.persistence-api + ${jakarta.persistence.version} + com.google.auto.service auto-service