Skip to content

Commit

Permalink
Update to log4j 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
struppigel committed Dec 15, 2021
1 parent 0d36602 commit 68a4d62
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import SonatypeKeys._

name := "PortEx"

version := "3.0.3-SNAPSHOT"
version := "3.0.3"

scalaVersion := "2.12.13"

Expand All @@ -15,13 +15,13 @@ sources in (JavaDoc, doc) ~= (_ filterNot (f => f.getName.contains("$") || f.get

libraryDependencies += "org.testng" % "testng" % "6.8.8" % "test"

libraryDependencies += "com.google.guava" % "guava" % "17.0"
libraryDependencies += "com.google.guava" % "guava" % "31.0.1-jre"

libraryDependencies += "com.google.code.findbugs" % "jsr305" % "2.0.2"
libraryDependencies += "com.google.code.findbugs" % "jsr305" % "3.0.2"

libraryDependencies += "org.apache.logging.log4j" % "log4j-api" % "2.15.0"
libraryDependencies += "org.apache.logging.log4j" % "log4j-api" % "2.16.0"

libraryDependencies += "org.apache.logging.log4j" % "log4j-core" % "2.15.0"
libraryDependencies += "org.apache.logging.log4j" % "log4j-core" % "2.16.0"

// Import default settings. This changes `publishTo` settings to use the Sonatype repository and add several commands for publishing.
sonatypeSettings
Expand Down
Binary file removed portex_2.12-3.0.2.jar
Binary file not shown.
Binary file removed portex_2.12-3.0.2_FAT.jar
Binary file not shown.
Binary file modified progs/PortexAnalyzer.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions src/main/java/com/github/katjahahn/tools/PortExAnalyzer.scala
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ import scala.io.Source._
*/
object PortExAnalyzer {

private val version = """version: 0.9.2
private val version = """version: 0.9.3
|author: Karsten Philipp Boris Hahn
|last update: 12. Dec 2021""".stripMargin
|last update: 15. Dec 2021""".stripMargin

private val title = """PortEx Analyzer""" + NL

Expand Down

0 comments on commit 68a4d62

Please sign in to comment.