Skip to content

Commit

Permalink
Merge pull request #390 from eclipse-basyx/dependabot/maven/ch.qos.lo…
Browse files Browse the repository at this point in the history
…gback-logback-classic-1.4.12

Bump ch.qos.logback:logback-classic from 1.4.11 to 1.4.12
  • Loading branch information
FrankSchnicke authored Jan 2, 2024
2 parents 79d26d5 + 33c4152 commit 9c8af78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Eclipse BaSyx Java SDK
[![BaSyx Logo](https://www.eclipse.org/basyx/img/basyxlogo.png)](https://www.eclipse.org/basyx/)

This repository contains BaSyx Java V1. If you're looking for BaSyx Java V2, see [here](https://github.com/eclipse-basyx/basyx-java-server-sdk).


The Eclipse BaSyx Java SDK is part of the [Eclipse BaSyx middleware](https://www.eclipse.org/basyx/). The SDK has been created within the [BaSys](https://www.basys40.de/) project.

## Eclipse Wiki
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.11</version>
<version>1.4.12</version>
<scope>runtime</scope>
</dependency>

Expand Down

0 comments on commit 9c8af78

Please sign in to comment.