Skip to content

Commit b28e4a2

Browse files
committed
Prepare for 3.2.0 release.
1 parent 6de4f66 commit b28e4a2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ buildscript {
66

77
plugins {
88
id "com.diffplug.eclipse.apt" version "3.42.2"
9-
id "io.micronaut.library" version '4.2.1'
10-
id "io.micronaut.aot" version "4.2.1"
9+
id "io.micronaut.library" version '4.3.4'
10+
id "io.micronaut.aot" version "4.3.4"
1111
id "org.sonarqube" version "4.4.1.3373"
1212
id "io.freefair.lombok" version "8.4"
1313
id 'jacoco'

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
micronautVersion=4.2.1
1+
micronautVersion=4.3.4
22
camundaVersion=7.20.0
33
lombokVersion=1.18.28
44
assertjVersion=3.22.0
55
mockitoVersion=4.5.0
66
jongsoftLangVersion=1.1.6
77
bouncyCastleVersion=1.70
88
openCSVVersion=5.7.1
9-
version=3.2.0-SNAPSHOT
9+
version=3.2.0
1010
group=com.jongsoft.finance

0 commit comments

Comments
 (0)