Skip to content

Commit

Permalink
Release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst committed Jul 18, 2022
1 parent b26079c commit 217a6bb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

# [Unreleased]
# [2.2.1]
## Changed
### Dependencies
- Bump Selenium from `4.1.4` to `4.2.2` (https://github.com/valfirst/browserup-proxy/pull/99)
- Bump Swagger from `2.2.0` to `2.2.1` (https://github.com/valfirst/browserup-proxy/pull/106)
- Bump Netty from `4.1.77.Final` to `4.1.79.Final` (https://github.com/valfirst/browserup-proxy/pull/107, https://github.com/valfirst/browserup-proxy/pull/114)
- Bump Jetty from `9.4.46.v20220331` to `9.4.48.v20220622` (https://github.com/valfirst/browserup-proxy/pull/108)

# [2.2.0]

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To use BrowserUp Proxy in your tests or application, add the `browserup-proxy-co
<dependency>
<groupId>com.github.valfirst.browserup-proxy</groupId>
<artifactId>browserup-proxy-core</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -367,11 +367,11 @@ When you build the latest code from source, you'll have access to the latest sna
<dependency>
<groupId>com.github.valfirst.browserup-proxy</groupId>
<artifactId>browserup-proxy-core</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.2.1</version>
<scope>test</scope>
</dependency>
```
Or for gradle:
```yml
testImplementation 'com.browserup:browserup-proxy-core:2.2.1-SNAPSHOT'
testImplementation 'com.browserup:browserup-proxy-core:2.2.1'
```
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.1-SNAPSHOT
2.2.1
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ subprojects {
apply plugin: 'signing'

group = 'com.github.valfirst.browserup-proxy'
version = '2.2.1-SNAPSHOT'
version = '2.2.1'

sourceCompatibility=1.8

Expand Down

0 comments on commit 217a6bb

Please sign in to comment.