Skip to content

Commit

Permalink
Bump the interne-deps group with 1 update (#2047)
Browse files Browse the repository at this point in the history
* Bump the interne-deps group with 1 update

Bumps the interne-deps group with 1 update: [no.nav.foreldrepenger.felles:fp-bom](https://github.com/navikt/fp-bom).


Updates `no.nav.foreldrepenger.felles:fp-bom` from 3.0.1 to 3.1.0
- [Release notes](https://github.com/navikt/fp-bom/releases)
- [Commits](navikt/fp-bom@3.0.1...3.1.0)

---
updated-dependencies:
- dependency-name: no.nav.foreldrepenger.felles:fp-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: interne-deps
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fiks enventry feil

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michal J. Sladek <michal.sladek@nav.no>
  • Loading branch information
dependabot[bot] and mrsladek authored Jan 6, 2024
1 parent ac4b205 commit 032e476
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>no.nav.foreldrepenger.felles</groupId>
<artifactId>fp-bom</artifactId>
<version>3.0.1</version>
<version>3.1.0</version>
</parent>

<groupId>no.nav.foreldrepenger.los</groupId>
Expand Down Expand Up @@ -265,7 +265,7 @@
<dependency>
<groupId>no.nav.foreldrepenger.felles</groupId>
<artifactId>fp-bom</artifactId>
<version>3.0.1</version>
<version>3.1.0</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

import org.eclipse.jetty.ee10.cdi.CdiDecoratingListener;
import org.eclipse.jetty.ee10.cdi.CdiServletContainerInitializer;
import org.eclipse.jetty.ee10.plus.jndi.EnvEntry;
import org.eclipse.jetty.plus.jndi.EnvEntry;
import org.eclipse.jetty.ee10.security.jaspi.DefaultAuthConfigFactory;
import org.eclipse.jetty.ee10.security.jaspi.JaspiAuthenticatorFactory;
import org.eclipse.jetty.ee10.security.jaspi.provider.JaspiAuthConfigProvider;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import javax.naming.NamingException;
import javax.sql.DataSource;

import org.eclipse.jetty.ee10.plus.jndi.EnvEntry;
import org.eclipse.jetty.plus.jndi.EnvEntry;
import org.flywaydb.core.Flyway;
import org.flywaydb.core.api.FlywayException;

Expand Down

0 comments on commit 032e476

Please sign in to comment.