Skip to content

Commit

Permalink
build fix (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
lumber1000 authored Apr 16, 2024
1 parent 166fd1e commit a4768f5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# th2-conn-dirty-fix (1.6.0)
# th2-conn-dirty-fix (1.6.1)

This microservice allows sending and receiving messages via FIX protocol

Expand Down Expand Up @@ -335,7 +335,7 @@ spec:

# Changelog

## 1.6.0
## 1.6.1

* Channel subscriptions recovery on failure
* Updated bom: `4.6.1-dev`
Expand Down Expand Up @@ -458,4 +458,4 @@ spec:

## 0.0.2

* Supported the password encryption via `RSA` algorithm.
* Supported the password encryption via `RSA` algorithm.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import com.github.jk1.license.render.JsonReportRenderer
plugins {
id 'java'
id 'org.jetbrains.kotlin.jvm' version '1.8.22'
id 'com.palantir.docker' version '0.36.0'
id 'com.palantir.docker' version '0.25.0'
id "org.owasp.dependencycheck" version "9.0.9"
id "com.gorylenko.gradle-git-properties" version "2.4.1"
id 'com.github.jk1.dependency-license-report' version '2.5'
Expand Down
4 changes: 3 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
release_version=1.6.0
release_version=1.6.1
description='Dirty-TCP client'
vcs_url=https://github.com/th2-net/th2-conn-dirty-fix

0 comments on commit a4768f5

Please sign in to comment.