Skip to content

Commit

Permalink
[TH2-1836] Updated to th2 gradle plugin 0.0.8
Browse files Browse the repository at this point in the history
+ Updated common: `5.12.0-dev`
  • Loading branch information
Nikita-Smirnov-Exactpro committed May 31, 2024
1 parent 7ea1ac3 commit 4874af0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Csv Reader User Manual 2.4.0
# Csv Reader User Manual 2.5.0

## Document Information

Expand Down Expand Up @@ -91,6 +91,11 @@ spec:

## Changes

### 2.5.0

+ Updated to th2 gradle plugin `0.0.8`
+ Updated common: `5.12.0-dev`

### 2.4.0

#### Updated:
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'application'
id 'org.jetbrains.kotlin.jvm' version '1.8.22'
id 'com.exactpro.th2.gradle.component' version '0.0.6'
id 'com.exactpro.th2.gradle.component' version '0.0.8'
}

group 'com.exactpro.th2'
Expand Down Expand Up @@ -30,7 +30,7 @@ repositories {
}

dependencies {
implementation ("com.exactpro.th2:common:5.11.0-dev")
implementation ("com.exactpro.th2:common:5.12.0-dev")
implementation "org.slf4j:slf4j-api"

api "com.exactpro.th2:read-file-common-core:3.3.0-dev"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
release_version = 2.4.0
release_version = 2.5.0


0 comments on commit 4874af0

Please sign in to comment.