Skip to content

Commit

Permalink
Bump version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jsalinaspolo committed Nov 2, 2023
1 parent 7555014 commit a179bb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'org.logcapture'
version '1.3.1'
version '1.3.2'
description = 'A testing library for assert logging messages.'

repositories {
Expand Down Expand Up @@ -79,7 +79,7 @@ subprojects {
from components.java
groupId 'org.logcapture'
artifactId project.name
version "1.3.1"
version "1.3.2"

pom.withXml {
def root = asNode()
Expand Down
4 changes: 2 additions & 2 deletions logcapture-example/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

dependencies {
implementation "org.logcapture:logcapture-core:1.3.1"
implementation "org.logcapture:logcapture-junit4:1.3.1"
implementation "org.logcapture:logcapture-core:1.3.2"
implementation "org.logcapture:logcapture-junit4:1.3.2"
implementation "junit:junit:4.13.2"
}

0 comments on commit a179bb1

Please sign in to comment.