Skip to content

Commit

Permalink
Fix imports and upgrade dropwizard 3.0.1 to 3.0.2 in logging-dropwiza…
Browse files Browse the repository at this point in the history
…rd-3 - @SandorArpa

Bump dropwizard.version from 2.1.4 to 2.1.9

Bumps `dropwizard.version` from 2.1.4 to 2.1.9.

Updates `io.dropwizard:dropwizard-core` from 2.1.4 to 2.1.9

Updates `io.dropwizard:dropwizard-db` from 2.1.4 to 2.1.9

Updates `io.dropwizard:dropwizard-testing` from 2.1.4 to 2.1.9

---
updated-dependencies:
- dependency-name: io.dropwizard:dropwizard-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.dropwizard:dropwizard-db
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.dropwizard:dropwizard-testing
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and SandorArpa committed Oct 23, 2023
1 parent e6fcbac commit 4b48429
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion logging-dropwizard-3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<packaging>jar</packaging>

<properties>
<dropwizard.version>3.0.1</dropwizard.version>
<dropwizard.version>3.0.2</dropwizard.version>
<hamcrest.version>2.2</hamcrest.version>
</properties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
import ch.qos.logback.core.ConsoleAppender;
import com.fasterxml.jackson.annotation.JsonTypeName;
import com.google.gson.Gson;
import io.dropwizard.logging.common.ConsoleAppenderFactory;
import io.dropwizard.logging.common.async.AsyncAppenderFactory;
import io.dropwizard.logging.common.filter.LevelFilterFactory;
import io.dropwizard.logging.common.layout.LayoutFactory;
import io.dropwizard.logging.ConsoleAppenderFactory;
import io.dropwizard.logging.async.AsyncAppenderFactory;
import io.dropwizard.logging.filter.LevelFilterFactory;
import io.dropwizard.logging.layout.LayoutFactory;
import net.logstash.logback.encoder.LogstashEncoder;

import java.util.Map;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ imports. Modifications licensed under the MIT License (see LICENCE file).
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonTypeName;
import com.google.common.base.Preconditions;
import io.dropwizard.logging.common.AbstractAppenderFactory;
import io.dropwizard.logging.common.async.AsyncAppenderFactory;
import io.dropwizard.logging.common.filter.LevelFilterFactory;
import io.dropwizard.logging.common.layout.LayoutFactory;
import io.dropwizard.logging.AbstractAppenderFactory;
import io.dropwizard.logging.async.AsyncAppenderFactory;
import io.dropwizard.logging.filter.LevelFilterFactory;
import io.dropwizard.logging.layout.LayoutFactory;
import io.sentry.Sentry;
import io.sentry.SentryOptions;
import io.sentry.logback.SentryAppender;
Expand Down
2 changes: 1 addition & 1 deletion logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<modelVersion>4.0.0</modelVersion>
<properties>
<dropwizard.version>2.1.4</dropwizard.version>
<dropwizard.version>2.1.9</dropwizard.version>
</properties>

<parent>
Expand Down
2 changes: 1 addition & 1 deletion queue/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<packaging>jar</packaging>

<properties>
<dropwizard.version>2.1.4</dropwizard.version>
<dropwizard.version>2.1.9</dropwizard.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<packaging>jar</packaging>

<properties>
<dropwizard.version>2.1.4</dropwizard.version>
<dropwizard.version>2.1.9</dropwizard.version>
<eclipselink.version>2.7.13</eclipselink.version>
</properties>

Expand Down

0 comments on commit 4b48429

Please sign in to comment.