Skip to content

Commit

Permalink
build: Set version to 3.2.2
Browse files Browse the repository at this point in the history
### [3.2.2](v3.2.1...v3.2.2) (2023-12-05)

### Tests

* Move IT tests into src/integrationTest ([24a5d0c](24a5d0c))

### Build Systems

* **deps:** bump com.github.spotbugs:spotbugs-annotations ([#222](#222)) ([e4d0fb9](e4d0fb9))
* **deps:** bump com.github.spotbugs:spotbugs-annotations ([#224](#224)) ([5d790e1](5d790e1))
* **deps:** bump com.github.spotbugs:spotbugs-annotations ([#227](#227)) ([2c4e539](2c4e539))
* **deps:** bump io.freefair.lombok from 8.2.1 to 8.2.2 ([#214](#214)) ([d2ee902](d2ee902))
* **deps:** bump io.freefair.lombok from 8.2.2 to 8.3 ([#217](#217)) ([e24515b](e24515b))
* **deps:** bump io.freefair.lombok from 8.3 to 8.4 ([#220](#220)) ([d2ee0a7](d2ee0a7))
* **deps:** bump one.util:streamex from 0.8.1 to 0.8.2 ([#218](#218)) ([c7442e9](c7442e9))
* **deps:** bump org.mockito:mockito-junit-jupiter from 5.4.0 to 5.5.0 ([#216](#216)) ([0c49979](0c49979))
* **deps:** bump org.mockito:mockito-junit-jupiter from 5.5.0 to 5.6.0 ([#221](#221)) ([c2ab065](c2ab065))
* **deps:** bump org.mockito:mockito-junit-jupiter from 5.6.0 to 5.7.0 ([#223](#223)) ([349543c](349543c))
* **deps:** bump org.mockito:mockito-junit-jupiter from 5.7.0 to 5.8.0 ([#228](#228)) ([9d9d566](9d9d566))
* **deps:** bump org.testcontainers:testcontainers-bom ([#215](#215)) ([4fb215a](4fb215a))
* **deps:** bump org.testcontainers:testcontainers-bom ([#219](#219)) ([f3dbcc0](f3dbcc0))
* **deps:** bump org.testcontainers:testcontainers-bom ([#225](#225)) ([9cc723a](9cc723a))
* **deps:** bump org.testcontainers:testcontainers-bom ([#226](#226)) ([fa9c6fa](fa9c6fa))
* **deps:** Update quarkus to 3.2.9 ([#229](#229)) ([2512bcc](2512bcc))
* Add release workflows ([982d996](982d996))
* Call integration tests in github actions ([fea6ea3](fea6ea3))
* Fix CodeQL run ([63724b6](63724b6))
* Fix jacoco configuration ([06c0872](06c0872))
* Revised github actions workflows ([1ee75a1](1ee75a1))
* Try out of increment version workflow ([f48c9f2](f48c9f2))
* Use personal token for inc version ([92e11bd](92e11bd))
  • Loading branch information
actions-user committed Dec 5, 2023
1 parent 92e11bd commit e88a99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
}

group 'com.yuriytkach'
version '3.2.1'
version '3.2.2'

java {
sourceCompatibility = JavaVersion.VERSION_17
Expand Down

0 comments on commit e88a99a

Please sign in to comment.