Skip to content

Commit dcd6d6d

Browse files
chore: bump to v2.4.4, update dependencies via Dependabot
Dependabot bumps: - jackson-core 2.11.3 -> 2.18.6 - guava 30.0-jre -> 32.0.0-jre - commons-io 2.7 -> 2.14.0 - c3p0 0.9.5.5 -> 0.12.0 - jakarta.mail 2.0.1 -> 2.0.2 - commons-lang3 3.11 -> 3.18.0 - org.eclipse.jgit 5.9.0 -> 5.13.4
1 parent d22f07b commit dcd6d6d

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ Web tool for automatic **Test Smells** detection and code coverage metrics in Ja
2121
### Standalone JAR (embedded Jetty)
2222

2323
```bash
24-
curl -LO https://github.com/arieslab/jnose/releases/download/v2.4.3/jnose-2.4.3-standalone.jar
25-
java -jar jnose-2.4.3-standalone.jar
24+
curl -LO https://github.com/arieslab/jnose/releases/download/v2.4.4/jnose-2.4.4-standalone.jar
25+
java -jar jnose-2.4.4-standalone.jar
2626
```
2727

2828
### WAR (deploy to any servlet container)
2929

3030
```bash
31-
curl -LO https://github.com/arieslab/jnose/releases/download/v2.4.3/jnose-2.4.3.war
31+
curl -LO https://github.com/arieslab/jnose/releases/download/v2.4.4/jnose-2.4.4.war
3232
# Deploy to Tomcat/Jetty as usual
3333
```
3434

@@ -52,7 +52,7 @@ docker run -dp "8080:8080" tassiovirginio/jnose
5252
git clone https://github.com/arieslab/jnose
5353
cd jnose
5454
mvn clean package -DskipTests
55-
java -jar target/jnose-2.4.3-standalone.jar
55+
java -jar target/jnose-2.4.4-standalone.jar
5656
```
5757

5858
### Maven Dependency
@@ -61,7 +61,7 @@ java -jar target/jnose-2.4.3-standalone.jar
6161
<dependency>
6262
<groupId>io.github.arieslab</groupId>
6363
<artifactId>jnose</artifactId>
64-
<version>2.4.3</version>
64+
<version>2.4.4</version>
6565
</dependency>
6666
```
6767

@@ -72,6 +72,7 @@ The project depends on [jnose-core](https://github.com/arieslab/jnose-core), ava
7272
<groupId>io.github.arieslab</groupId>
7373
<artifactId>jnose-core</artifactId>
7474
<version>0.9.4</version>
75+
7576
</dependency>
7677
```
7778

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>io.github.arieslab</groupId>
88
<artifactId>jnose</artifactId>
99
<packaging>war</packaging>
10-
<version>2.4.3</version>
10+
<version>2.4.4</version>
1111
<name>jnose</name>
1212
<description>Web tool for automatic Test Smells detection and code coverage metrics</description>
1313
<url>https://github.com/arieslab/jnose</url>

0 commit comments

Comments
 (0)