Skip to content

Commit

Permalink
Updated libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Smirnov-Exactpro committed Sep 26, 2024
1 parent ff65f24 commit 04ae885
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# th2 common library (Java) (5.14.1)
# th2 common library (Java) (5.15.0)

## Usage

Expand Down Expand Up @@ -511,9 +511,15 @@ dependencies {

## Release notes

### 5.14.1-dev
### 5.15.0-dev

+ Provided windows compatibility
+ Updated:
+ th2 gradle plugin: `0.1.3`
+ bom: `4.8.0`
+ cradle: `5.4.2-dev`
+ grpc: `1.66.0`
+ protobuf: `3.25.5`

### 5.14.0-dev

Expand Down
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
id "com.exactpro.th2.gradle.base" version "0.1.1"
id "com.exactpro.th2.gradle.publish" version "0.1.1"
id "com.exactpro.th2.gradle.base" version "0.1.3"
id "com.exactpro.th2.gradle.publish" version "0.1.3"
id "org.jetbrains.kotlin.jvm" version "$kotlin_version"
id 'org.jetbrains.kotlin.kapt' version "$kotlin_version"
id "java-library"
Expand All @@ -16,11 +16,11 @@ group = 'com.exactpro.th2'
version = release_version

ext {
grpcVersion = '1.62.2'
protobufVersion = '3.25.3'
grpcVersion = '1.66.0'
protobufVersion = '3.25.5'
serviceGeneratorVersion = '3.6.1'

cradleVersion = '5.4.1-dev'
cradleVersion = '5.4.2-dev'
junitVersion = '5.10.3'

jmhVersion = '1.37'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
release_version=5.14.1
release_version=5.15.0
kotlin_version=1.8.22
description='th2 common library (Java)'
vcs_url=https://github.com/th2-net/th2-common-j
Expand Down

0 comments on commit 04ae885

Please sign in to comment.